home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950528-19950726 / 000362_news@columbia.edu_Fri Jul 14 13:22:46 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA10298
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Fri, 14 Jul 1995 09:22:53 -0400
  3. Received: by apakabar.cc.columbia.edu id AA00777
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Fri, 14 Jul 1995 09:22:51 -0400
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Send Packet too long?
  9. Date: 14 Jul 1995 13:22:46 GMT
  10. Organization: Columbia University
  11. Lines: 23
  12. Message-Id: <3u5r36$o4@apakabar.cc.columbia.edu>
  13. References: <3u3lrs$eak@cronkite.ocis.temple.edu>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <3u3lrs$eak@cronkite.ocis.temple.edu>,
  18. John Price <jprice@astro.ocis.temple.edu> wrote:
  19. >I've gotten an error that is really strange...
  20. >
  21. >I've got MS Kermit 3.14 sending to CMS on an IBM mainframe. When I set 
  22. >the Send Packet length to 64, I get "Send Packet too long" about half way 
  23. >thru the file. If i set the packet length to 2000, it uploads fine.
  24. >
  25. Please read the manual.  "set send packet-length" is almost certainly not
  26. the command you want.  The packet length is governed by the receiver,
  27. which is given a "set receive packet-length" command.
  28.  
  29. >Any ideas?
  30. >
  31. Patient: "It hurts when I do this."
  32. Doctor:  "Don't do that".
  33.  
  34. But if you're interested in pursuing the problem, you'll have to provide
  35. lots more details -- particularly the type of 3270 emulator that sits
  36. between the PC and CMS.  Or is it a linemode session?
  37.  
  38. - Frank
  39.